object RemoveUnitDlg: TRemoveUnitDlg Left = 298 Top = 131 Width = 602 Height = 297 Caption = 'RemoveUnitDlg' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 8 Width = 561 Height = 16 Alignment = taCenter AutoSize = False Caption = 'These Units are dependant and all will be deleted:' Color = clBtnFace Font.Color = clBlue Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentColor = False ParentFont = False end object ListBox: TListBox Left = 16 Top = 32 Width = 561 Height = 177 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ItemHeight = 13 ParentFont = False Sorted = True TabOrder = 0 OnDblClick = ListBoxDblClick end object OkBtn: TButton Left = 195 Top = 232 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object CancelBtn: TButton Left = 323 Top = 232 Width = 75 Height = 25 Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end end